home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / bumperball.swf / scripts / DefineButton2_408 / BUTTONCONDACTION on(release).as < prev    next >
Encoding:
Text File  |  2005-07-13  |  203 b   |  10 lines

  1. on(release){
  2.    _root.gameLevel = 1;
  3.    _root.points = 0;
  4.    _root.goalcounter = 0;
  5.    _root.MaxSpeed = 10;
  6.    _root.lowAcc = 1.05;
  7.    _root.highAcc = 2;
  8.    _root.gotoAndPlay("1p_StartGame");
  9. }
  10.